Fix a leak in the font chooser widget
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 Aug 2020 15:59:41 +0000 (11:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 Aug 2020 20:45:15 +0000 (16:45 -0400)
commit54e4bf8b758336c3330bc3eca597e804a9491be7
treea0955d1c4629a85d747cba74dc38765c3afff4f0
parent05403375315006f7f79830da6cb4cc16b6cb3518
Fix a leak in the font chooser widget

Contrary to what you may expect, pango_attr_font_desc_new()
is not transfer full, it makes a copy of the font description.
gtk/gtkfontchooserwidget.c